home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / express9.zip / GO.BAT < prev    next >
DOS Batch File  |  1992-12-31  |  2KB  |  55 lines

  1. @ECHO OFF
  2. CLS
  3. REM         Express(tm)   (C)1993 By Mario Giordani. All Rights Reserved.
  4. REM                         * Do Not Temper With This File *
  5. ECHO/
  6. ECHO/
  7. REM                     ANSI.SYS recommended but not required!
  8. ECHO/
  9. ECHO/
  10. ECHO     Express(tm) Bulletin Board Registration Installation Process
  11. ECHO/
  12. ECHO                  Version  1.3 Revised Jan 1, 1993
  13. Echo                      In Stereo Where Available
  14. Echo/
  15. echo/
  16. echo ┌────────────────────────────────────────────────────────────────────┐
  17. echo │ I will now install Express for you into \Express directory.        │
  18. echo │ Simply follow the prompts and the program will start automatically │
  19. echo │ Press your favorite key to begin or CTRL-C to abort...             │
  20. echo └────────────────────────────────────────────────────────────────────┘
  21. echo 
  22. PAUSE >Nul
  23. CLS
  24. INS.EXE
  25. CLS
  26. ECHO/
  27. ECHO/
  28. ECHO/
  29. ECHO/
  30. ECHO/
  31. ECHO/
  32. Echo/
  33. echo ┌────────────────────────────────────────────────────────────────────┐
  34. echo │ I am ready to decompress all the files into \Express directory.    │
  35. echo │                                                                    │
  36. echo │ Press your favorite key to begin or CTRL-C to abort...             │
  37. ECHO └────────────────────────────────────────────────────────────────────┘
  38. echo 
  39. PAUSE >NUL
  40. REM ** do not temper with this file or the program may not work!
  41. EXPRESS9 -O
  42. CD\EXPRESS
  43. CLS
  44.         IF EXIST EXPRESS7*.EXE DEL EXPRESS7*.EXE
  45.         IF EXIST EXPRESS6*.* DEL EXPRESS6*.*
  46.         IF EXIST EXPRESS8*.* DEL EXPRESS8*.*
  47.         IF EXIST INS.EXE DEL INS.EXE
  48.         IF EXIST *.LST DEL *.LST
  49.         IF EXIST *.SDI DEL *.SDI
  50.         IF EXIST *.DIZ DEL *.DIZ
  51.         IF EXIST MUSTREAD*.* DEL MUSTREAD*.*
  52.         IF EXIST GO.BAT DEL GO.BAT
  53.         IF EXIST EXPRESS9.EXE DEL EXPRESS9.EXE
  54.         EXPRESS
  55.